[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
/                        Real Division                               Operator

 <exp1> / <exp2>

    The / operator performs real division, yielding a real result. For
    example, 22 / 5 is 4.4.

          <exp1>    Any real or integer expression.

          <exp2>    Any real or integer expression, but must not be zero;
                    otherwise, runtime error 2 ($2) occurs.

  -------------------------------- Example ---------------------------------

           X := 34 / 2;             { X = 17.0 }
           X : = Y / 0;             { Will generate runtime error }

See Also: div * + -
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson